ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









SoapHeaderException

System.Web.Services.Protocols (system.web.services.dll)class

This class represents an error processing a
SoapHeader. Typically, it results when a header
with a SoapHeader.MustUnderstand property of
True is processed by the receiving method, but the
corresponding SoapHeader.DidUnderstand property is
not set to True.

public class 

SoapHeaderException : SoapException {
// Public Constructors
public

SoapHeaderException (string

message , System.Xml.XmlQualifiedName

code );
public

SoapHeaderException (string

message , System.Xml.XmlQualifiedName

code ,
Exception

innerException );
public

SoapHeaderException (string

message , System.Xml.XmlQualifiedName

code ,
string

actor );
public

SoapHeaderException (string

message , System.Xml.XmlQualifiedName

code ,
string

actor , Exception

innerException );
}



Hierarchy


System.Object
System.Exception(System.Runtime.Serialization.ISerializable)
System.SystemException
SoapException
SoapHeaderException


    / 873