Method | Description | |
---|---|---|
MissingAttributeException ( ) : System | ||
MissingAttributeException ( string message ) : System | ||
MissingAttributeException ( string message, Exception innerException ) : System | ||
MissingAttributeException ( string className, string attribute ) : System |
Method | Description | |
---|---|---|
MissingAttributeException ( SerializationInfo info, StreamingContext context ) : System |
public MissingAttributeException ( ) : System | ||
return | System |
protected MissingAttributeException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public MissingAttributeException ( string message ) : System | ||
message | string | |
return | System |
public MissingAttributeException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |
public MissingAttributeException ( string className, string attribute ) : System | ||
className | string | |
attribute | string | |
return | System |